home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DriverKit / Adaptec1542B / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-10  |  814 b   |  40 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Adaptec1542B
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = Localizable.strings
  16.  
  17. GLOBAL_RESOURCES = Default.table
  18.  
  19. TOOLS = Adaptec1542B_reloc.tproj
  20.  
  21. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble changes\
  22.             SGS_ENV README.rtf
  23.  
  24. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  25. MAKEFILE = bundle.make
  26. INSTALLDIR = /usr/Devices
  27. INSTALLFLAGS = -c -s -m 755
  28. SOURCEMODE = 444
  29.  
  30. BUNDLE_EXTENSION = config
  31.  
  32.  
  33. -include Makefile.preamble
  34.  
  35. include $(MAKEFILEDIR)/$(MAKEFILE)
  36.  
  37. -include Makefile.postamble
  38.  
  39. -include Makefile.dependencies
  40.